@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
header{
    background: #3fb137;
    height: 100px;
    margin-bottom: 60px;
}
header .fr{
    margin: 20px 0;
}
header p{
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    height: 30px;
}
header p img{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
header span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

nav{
    position: absolute;
    top: 92px;
    width: 100%;
    height: 86px;
}
.nav{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.nav>ul>li{
    float: left;
    width: 12.5%;
    height: 86px;
    position: relative;
    z-index: 1000;
}
.nav>ul>li>a{
    font-size: 16px;
    line-height: 76px;
    text-align: center;
    display: block;
}
.nav>ul>li>a:hover{
    color: #3fb137;
}
.nav>ul>li.on{
    background: url("../img/nbg.png") no-repeat center;
}
.nav>ul>li.on>a{
    color: #fff;
}
.nav>ul>li ul{
    position: absolute;
    top: 68px;
    background: #fff;
    width: 90%;
    border: 1px solid #ddd;
    padding: 5%;
    display: none;
    z-index: 100;
}
.nav>ul>li ul li a{
    display: block;
    border-top: 1px dashed #ddd;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    text-align: center;
}
.nav>ul>li ul li a:hover{
    color: #3fb137;
    background: #efefef;
}
.nav>ul>li ul li:first-child a{
    border: none;
}

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
}
.banner-tip li.on{
    background: #fff;
}
/*banner end*/

.pclass{
    border: 2px solid #3fb137;
    width: 226px;
    height: 430px;
}
.pclass h3{
    font-size: 18px;
    font-weight: bold;
    background: #3fb137 url("../img/tbg.png") no-repeat center;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.pclass a{
    margin: 0 20px;
    display: block;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px dashed #ddd;
}
.pclass a:last-child{
    border: none;
}
.pclass a:hover{
    color: #3fb137;
}
.pclass a em{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #dcdcdc;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .3s;
}
.pclass a:hover em{
    background: #3fb137;
}
.pclass a i{
    display: block;
    border: 4px solid transparent;
    border-left-color: #fff;
    margin: 3px 0 0 6px;
}

.list{
    width: 920px;
}
.list ul{
    overflow: hidden;
}
.list ul li{
    float: left;
    margin: 0 30px 20px 0;
}
.list ul li a{
    border: 1px solid #eee;
    background: #eee;
}
.list ul li a:hover{
    border-color: #3fb137;
    background: #3fb137;
}
.list ul li a,.list ul li a img,.list ul li a span{
    display: block;
}
.list ul li a img{ width: 205px;}
.list ul li a span{
    font-size: 16px;
    text-align: center;
    line-height: 36px; height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 205px;
}
.list ul li a:hover span{
    color: #fff;
}

.clist ul{
    overflow: hidden;
}
.clist ul li{
    float: left;
    margin: 0 21px 21px 0;
}
.clist ul li a,.clist ul li a img{
    display: block;
}
.clist ul li a{
    overflow: hidden;
}
.clist ul li a img{
    transition: all .3s;
}
.clist ul li a:hover img{
    transform: scale(1.1);
}

.ncon{
    margin-top: 30px;
    overflow: hidden;
}
.ncon ul li{
    width: 340px;
    height: 136px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 56px 50px 0;
}
.ncon a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.ncon a:hover{
    color: #3fb137;
}
.ncon img{
    display: block;
    float: left;
}
.ncon p{
    color: #999;
    line-height: 24px;
    font-size: 14px;
    width: 200px;
    float: right;
    height: 96px;
    overflow: hidden;
}

.plist ul{
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.plist ul li{
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.plist ul li a,.plist ul li a img{
    display: block;
}
.plist ul li a img{
    width: 100%;
}

footer{
    background: #3fb137;
}
footer ul{
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #259b1d;
}
footer ul li{
    width: 12.5%;
    float: left;
}
footer ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
footer ul li a:hover{
    color: #adeaa9;
}
footer .fcon{
    width: 800px;
    border-top: 1px solid #54c64c;
    margin: 0 auto;
    padding: 20px 0;
}
footer .fcon img{
    display: block;
    margin: 0 auto;
}

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:700px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}